projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c88daae
)
(help-mode): Call view-mode.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Sep 1995 18:39:31 +0000
(18:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Sep 1995 18:39:31 +0000
(18:39 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 213e1b16eed8f4fa1a0d50d1e454d165da634c2d..b32cf2dcc97a21046932341b45eb54d1469f7fed 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-120,6
+120,7
@@
Commands:
(setq major-mode 'help-mode)
(make-local-variable 'font-lock-defaults)
(setq font-lock-defaults '(help-font-lock-keywords))
+ (view-mode)
(run-hooks 'help-mode-hook))
(defun help-quit ()